rebootOtaSeconds

@get:JvmName(name = "getRebootOtaSeconds")
@set:JvmName(name = "setRebootOtaSeconds")
var rebootOtaSeconds: Int
Tell the node to reboot into the OTA Firmware in this many seconds (or <0 to cancel reboot)
Only Implemented for ESP32 Devices. This needs to be issued to send a new main firmware via bluetooth.

int32 reboot_ota_seconds = 95;